home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
timeline.dir
/
00062_Script_62
< prev
next >
Wrap
Text File
|
1983-01-29
|
360b
|
16 lines
on curfinmetti
global cursprite
repeat with nr=1 to 48
set cur to item nr of cursprite
set a to offset("_", cur)
if a > 0 then put "," into char a of cur
if cur = "-1" then
set the cursor of sprite nr to integer(cur)
else
set the cursor of sprite nr to value(cur)
end if
end repeat
updatestage
end